From: Lars Ingebrigtsen Date: Tue, 9 Jul 2019 01:56:02 +0000 (+0200) Subject: Tweak compilation face in the wheatgrass theme X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2430 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=860880d7848c5a8bc2c7d7859b7238603389228b;p=emacs.git Tweak compilation face in the wheatgrass theme * etc/themes/wheatgrass-theme.el: The compilation info was too light to be readable (bug#36203). --- diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el index 2e18eb9e3a4..640343a33bc 100644 --- a/etc/themes/wheatgrass-theme.el +++ b/etc/themes/wheatgrass-theme.el @@ -37,6 +37,7 @@ of green, brown, and blue.") `(compilation-mode-line-fail ((,class (:foreground "dark green")))) `(compilation-mode-line-run ((,class (:foreground "dark goldenrod")))) `(compilation-mode-line-exit ((,class (:foreground "SpringGreen4")))) + `(compilation-info ((,class (:foreground "ForestGreen")))) ;; Highlighting faces `(highlight ((,class (:foreground "white" :background "dark green")))) `(region ((,class (:foreground "white" :background "dark green"))))